Đồ án Web bán hàng thời trang + full báo cáo

[Mã code 28682]
  2 Đánh giá    Viết đánh giá
 4      1744      7
Phí tải: 99 Xu (1Xu = 1.000đ)
Danh mục
Thể loại
Nhóm code
Ngày đăng
23-6-2021
Loại file
Full code + Báo cáo
Dung lượng
99.2

Code đồ án Web bán hàng với đầy đủ chức năng, kết nối với bên vận chuyển giao hàng kèm báo cáo.


MÔ TẢ CHI TIẾT
@using DOLPHIN.Model
@{
    ViewData["Title"] = "Trang chủ";
    Layout = "~/Views/Shared/_Layout.cshtml";
}
 
<section id="slider">
    <!--slider-->
    <div class="img-banner">
        <img style="width:100%; margin-bottom: 45px;" src="~/images/banner.png" alt="Alternate Text" />
    </div>
</section>
<!--/slider-->
 
<section>
    <div class="container">
        <div class="row">
            <div class="col-sm-12 padding-right">
                <div class="features_items">
                    <!--Nổi bật-->
                    <h2 class="title text-center">Sản phẩm nổi bật</h2>
                    @foreach (var item in Model)
                    {
                        <div class="col-sm-3">
                            <div class="product-image-wrapper">
                                <div class="single-products">
                                    <div class="productinfo text-center">
                                        <a href="/Home/Details/@item.Id"><img src="~/images/@item.Images" alt="" /></a>
                                        <p>@item.ProductName</p>
                                        <h2>@string.Format("{0:##,#}", item.Price) đ</h2>
                                        <a href="/Home/Details/@item.Id" class="btn btn-default add-to-cart">
                                            <i class="fa fa-shopping-cart"></i>Thêm vào giỏ
                                        </a>
                                    </div>
                                </div>
                            </div>
                        </div>
                    }
                </div>
                <!--end-->
                <!--Sản phẩm mới-->
                    <h2 class="title text-center">Sản phẩm mới</h2>
                    @foreach (var item in ViewBag.ListProductNew)
                    {
                        <div class="col-sm-3">
                            <div class="product-image-wrapper">
                                <div class="single-products">
                                    <div class="productinfo text-center">
                                        <a href="/Home/Details/@item.Id"><img src="~/images/@item.Images" alt="" /></a>
                                        <p>@item.ProductName</p>
                                        <h2>@string.Format("{0:##,#}", item.Price) đ</h2>
                                        <a href="/Home/Details/@item.Id" class="btn btn-default add-to-cart">
                                            <i class="fa fa-shopping-cart"></i>Thêm vào giỏ
                                        </a>
                                    </div>
                                </div>
                            </div>
                        </div>
                    }
                </div>
                <!--end-->
            <div class="col-sm-12">
                <h2 class="title text-center">Chương trình khuyến mại</h2>
                <div class="row">
                    <div class="col-md-8">
                        <article>
                            <a class="article-title" href="" title="Khuyến mãi">LƯƠNG VỀ TAY - HÀNG HIỆU SĂN NGAY SALE UP TO 70%</a>
                            <img class="article-img" src="~/images/khuyenmai.png" alt="" />
                        </article>
                    </div>
                    <div class="col-md-4">
                        @foreach (var item in ViewBag.NewArticle)
                        {
                            <article>
                                <img class="article-img-new" src="~/images/@item.Images" alt="Alternate Text" />
                                <a class="article-title-new" href="" title="@item.Titile">@item.Titile</a>
                                <p>@item.CreatedDate</p>
                            </article>
                         }
                    </div>
                </div>
            </div>
        </div>
     </div>
</section>
 


XEM THÊM ==> Hướng dẫn cài đặt chi tiết

 

HÌNH ẢNH DEMO

Web bán hàng thời trang,Code Web thời trang,Đồ án Web bán hàng thời trang

Web bán hàng thời trang,Code Web thời trang,Đồ án Web bán hàng thời trang

Web bán hàng thời trang,Code Web thời trang,Đồ án Web bán hàng thời trang

Web bán hàng thời trang,Code Web thời trang,Đồ án Web bán hàng thời trang

Web bán hàng thời trang,Code Web thời trang,Đồ án Web bán hàng thời trang

Web bán hàng thời trang,Code Web thời trang,Đồ án Web bán hàng thời trang

Web bán hàng thời trang,Code Web thời trang,Đồ án Web bán hàng thời trang

Nguồn: Sharecode.vn



HƯỚNG DẪN CÀI ĐẶT

1. Sử dụng Visual Studio(C#, Famework ASP.NET Core 3.1)

2. Hệ quản trị MySQL

 
 
LINK DOWNLOAD

DOLPHIN.zip [99.2]

File đã kiểm duyệt
     Báo vi phạm bản quyền

BÌNH LUẬN



ĐÁNH GIÁ


ĐIỂM TRUNG BÌNH

4
2 Đánh giá
Code rất tốt (1)
Code tốt (0)
Code rất hay (1)
Code hay (0)
Bình thường (0)
Thành viên
Nội dung đánh giá
17:30 - 16/8/2021
Code rất hay
không có sql anh trai ơi,hỡ trợ e gmail giahuanst113@gmail.com
22:58 - 23/6/2021
Code rất tốt
Code rất tốt và phù hợp để phát triển

 HỖ TRỢ TRỰC TUYẾN